home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Sunday Times: The Month 2004 October
/
The Sunday Times - The Month 2004-10.iso
/
pc
/
assets
/
bespoke
/
kids
/
power.swf
/
scripts
/
frame_11
/
DoAction.as
Wrap
Text File
|
2004-09-02
|
250b
|
18 lines
function showNext()
{
if(popsLeft < popList.length)
{
popList[pcount]._visible = true;
popsLeft++;
pcount++;
}
else
{
gotoAndPlay(15);
}
}
sfx[0].start();
showNext();
showNext();
showNext();